home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-01 | 268 b | 13 lines | [TEXT/Mrls] |
- module: dylan-user
- author: Patrick C. Beard (beard@cs.ucdavis.edu)
- copyright: ©1994 Patrick C. Beard, All rights reserved.
- version: 1.0
-
- // how one might implement a stand-alone program.
-
- define method main (#rest args)
- princ("Hello, world.");
- end;
-
- main();
-